Namespace: Microsoft.ConfigurationManagement.ApplicationManagement
Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Usage

Visual Basic
Dim instance As TechnologyCollection(Of T)
Dim value As IKeyedCollection(Of String, T)

value = instance.Resident

Syntax

Visual Basic
Public ReadOnly Property Resident As IKeyedCollection(Of String, T)
C#
public IKeyedCollection<string,T> Resident { get; }
C++
public:
property IKeyedCollection<String^, T>^ Resident {
		IKeyedCollection<String^, T>^ get ();
}
J#
/** @property */
public IKeyedCollection<String,T> get_Resident ()
JScript
public function get Resident () : IKeyedCollection<String,T>

Property Value

Returns IKeyedCollection.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also